Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use libunwind to find the boundary of sysimg functions on linux #14882

Merged
merged 1 commit into from
Feb 1, 2016

Conversation

yuyichao
Copy link
Contributor

@yuyichao yuyichao commented Feb 1, 2016

They don't appear in the symbol table and dladdr can't handle it (on linux). This fixes the printing of function signatures for sysimg functions on linux.

Using libunwind also means we'll have slightly better support for stripped debug info. We should add that support to debuginfo.cpp too but not this PR.

They don't appear in the symbol table and dladdr can't handle it.
@vtjnash
Copy link
Member

vtjnash commented Feb 1, 2016

lgtm

@yuyichao
Copy link
Contributor Author

yuyichao commented Feb 1, 2016

There seems to be random test failures on AppVeyor even if this patch doesn't change any code on windows.......

yuyichao added a commit that referenced this pull request Feb 1, 2016
Use libunwind to find the boundary of sysimg functions on linux
@yuyichao yuyichao merged commit 325d24c into master Feb 1, 2016
@yuyichao yuyichao deleted the yyc/unwind-saddr branch February 1, 2016 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants